home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 2002 November / SGI IRIX Installation Tools & Overlays 2002 November - Disc 4.iso / dist / motif21_dev.idb / usr / Motif-2.1 / include / Xm / TextSelP.h.z / TextSelP.h
C/C++ Source or Header  |  2002-10-15  |  728b  |  30 lines

  1. /* 
  2.  *  @OSF_COPYRIGHT@
  3.  *  COPYRIGHT NOTICE
  4.  *  Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
  5.  *  ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for
  6.  *  the full copyright text.
  7. */ 
  8. /* 
  9.  * HISTORY
  10. */ 
  11. /* $XConsortium: TextSelP.h /main/8 1995/07/13 18:10:16 drk $ */
  12. /* (c) Copyright 1989, DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS. */
  13. /* (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  14. #ifndef _XmTextSelP_h
  15. #define _XmTextSelP_h
  16.  
  17. #include <Xm/XmP.h>
  18.  
  19. #ifdef __cplusplus
  20. extern "C" {
  21. #endif
  22.  
  23.  
  24. #ifdef __cplusplus
  25. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  26. #endif
  27.  
  28. #endif /* _XmTextSelP_h */
  29. /* DON't ADD STUFF AFTER THIS #endif */
  30.